${PNAME} -i google -f reference/google.js -o arc -F ${TMPDIR}/google.out
compare ${TMPDIR}/google.out reference/google.arc
+#
+# DeLorme .an1 tests
+#
+rm -f ${TMPDIR}/an1.out
+${PNAME} -i an1 -f reference/foo.an1 -o csv -F ${TMPDIR}/an1.out
+compare ${TMPDIR}/an1.out reference/an1-in.ref
+
+rm -f ${TMPDIR}/an1.out
+${PNAME} -i an1 -f reference/foo.an1 -o an1 -F ${TMPDIR}/an1.out
+compare ${TMPDIR}/an1.out reference/an1-an1.ref
+
+rm -f ${TMPDIR}/an1.out
+${PNAME} -i xmap -f reference/xmap -o an1 -F ${TMPDIR}/an1.out
+compare ${TMPDIR}/an1.out reference/an1-out.ref
+
+rm -f ${TMPDIR}/an1.out
+${PNAME} -i google -f reference/google.js -o an1 -F ${TMPDIR}/an1.out
+compare ${TMPDIR}/an1.out reference/an1-line-out.ref
+
#
# XCSV "human readable" tests
#